object regform: Tregform Left = 267 Top = 153 BorderIcons = [] BorderStyle = bsSingle Caption = 'regform' ClientHeight = 310 ClientWidth = 351 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 329 Height = 49 TabOrder = 0 object Label1: TLabel Left = 104 Top = 24 Width = 105 Height = 13 Caption = 'Mail Them Version 1.2' end end object GroupBox2: TGroupBox Left = 8 Top = 64 Width = 329 Height = 65 TabOrder = 1 object Label2: TLabel Left = 96 Top = 16 Width = 146 Height = 39 Alignment = taCenter Caption = '(c) Kadmy Ltd 1998-99'#13#10'E-mail: kashirin@geocities.com'#13#10'http: //m' + 'ailthem.hypermart.net' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end end object GroupBox3: TGroupBox Left = 8 Top = 136 Width = 329 Height = 65 TabOrder = 2 object Label3: TLabel Left = 32 Top = 8 Width = 264 Height = 52 Alignment = taCenter Caption = 'THANK YOU FOR USING MAIL THEM'#13#10'We hope you enjoy it'#13#10'This unregi' + 'sterd version is for evaluation only'#13#10'The registred version (US$' + '12) doesn'#39't display this notice' end end object GroupBox4: TGroupBox Left = 8 Top = 208 Width = 329 Height = 89 TabOrder = 3 object Label4: TLabel Left = 32 Top = 16 Width = 277 Height = 26 Alignment = taCenter Caption = 'I understand that I may use this program only for evaluation'#13#10' a' + 'nd that any other use requires purchase of a license' end object BitBtn1: TBitBtn Left = 16 Top = 56 Width = 75 Height = 25 Caption = 'I &Agree' TabOrder = 0 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 128 Top = 56 Width = 75 Height = 25 Caption = '&Quit' TabOrder = 1 OnClick = BitBtn2Click end object BitBtn3: TBitBtn Left = 240 Top = 56 Width = 75 Height = 25 Caption = '&Register' TabOrder = 2 OnClick = BitBtn3Click end end end